home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_stringprep.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2005-10-18  |  1.5 KB  |  46 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. from test.test_support import verify, vereq
  5. import sha
  6. import stringprep
  7. from stringprep import *
  8. verify(in_table_a1(u'ȡ'))
  9. verify(not in_table_a1(u'╚ó'))
  10. verify(in_table_b1(u'­'))
  11. verify(not in_table_b1(u'┬«'))
  12. verify(map_table_b2(u'A'), u'a')
  13. verify(map_table_b2(u'a'), u'a')
  14. verify(map_table_b3(u'A'), u'a')
  15. verify(map_table_b3(u'a'), u'a')
  16. verify(in_table_c11(u' '))
  17. verify(not in_table_c11(u'!'))
  18. verify(in_table_c12(u' '))
  19. verify(not in_table_c12(u'┬í'))
  20. verify(in_table_c12(u' '))
  21. verify(not in_table_c12(u'┬í'))
  22. verify(in_table_c11_c12(u' '))
  23. verify(not in_table_c11_c12(u'┬í'))
  24. verify(in_table_c21(u'\x1f'))
  25. verify(not in_table_c21(u' '))
  26. verify(in_table_c22(u'Ÿ'))
  27. verify(not in_table_c22(u'┬á'))
  28. verify(in_table_c21_c22(u'Ÿ'))
  29. verify(not in_table_c21_c22(u'┬á'))
  30. verify(in_table_c3(u''))
  31. verify(not in_table_c3(u'∩ñÇ'))
  32. verify(in_table_c4(u'￿'))
  33. verify(not in_table_c4(u'\x00'))
  34. verify(in_table_c5(u'φáÇ'))
  35. verify(not in_table_c5(u'φƒ┐'))
  36. verify(in_table_c6(u''))
  37. verify(not in_table_c6(u'∩┐╛'))
  38. verify(in_table_c7(u'Γ┐░'))
  39. verify(not in_table_c7(u'Γ┐╝'))
  40. verify(in_table_c8(u'̀'))
  41. verify(not in_table_c8(u'═é'))
  42. verify(in_table_d1(u'╓╛'))
  43. verify(not in_table_d1(u'╓┐'))
  44. verify(in_table_d2(u'A'))
  45. verify(not in_table_d2(u'@'))
  46.